home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / prgmming / dos / c / jhtools.exe / MEN.H < prev    next >
Text File  |  1992-02-08  |  2KB  |  116 lines

  1.  
  2. char *menu_2[]= {
  3. "                  ",
  4. "   256 color set  ",
  5. "   ASCII chart    ",
  6. "   hex > dec      ",
  7. "   dec > hex      ",
  8. "   keyboard scan  ",
  9. "                  ",
  10. ""};
  11. char *menu_1[]= {
  12. "                  ",
  13. "   machine info   ",
  14. "   bit values     ",
  15. "   set date       ",
  16. "   set time       ",
  17. "                  ",
  18. ""};
  19.  
  20. char *menu_11[]={
  21. "     ",
  22. "   This menu shows the value of each bit  ",
  23. "   for a 16 bit integer.  ",
  24. "   The bits go in this order ",
  25. "   with the values below  ",
  26. "   │15 │14 │13 │12 │11 │10 │9 │8 │7 │6 │5 │4 │3 │2 │1 │0 │",
  27. "   ├───┼───┼───┼───┼───┼───┼──┼──┼──┼──┼──┼──┼──┼──┼──┼──┤",
  28. "   │3  │1  │8  │4  │2  │1  │5 │2 │1 │6 │3 │1 │8 │4 │2 │1 │",
  29. "   │2  │6  │1  │0  │0  │0  │1 │5 │2 │4 │2 │6 │  │  │  │  │",
  30. "   │7  │3  │9  │9  │4  │2  │2 │6 │8 │  │  │  │  │  │  │  │",
  31. "   │6  │8  │2  │6  │8  │4  │  │  │  │  │  │  │  │  │  │  │",
  32. "   │8  │4  │   │   │   │   │  │  │  │  │  │  │  │  │  │  │",
  33. "   There for if bits 9 and 11 both equal 1 (set)",
  34. "   and the rest equal 0 (not set) the integer value ",
  35. "   would be 512+2048 or 2560 ",
  36. "   HIT ANY KEY TO RETURN ",
  37. "   OR P TO PRINT ",
  38. ""};
  39.  
  40. char *menu_23[]={
  41. "   ",
  42. " HEX TO DEC ",
  43. " CONVERTER ",
  44. " ENTER HEX # ",
  45. " enter 0 to break",
  46. "   ",
  47. "   ",
  48. "   ",
  49. "   ",
  50. ""};
  51.  
  52. char *menu_24[]={
  53. "  ",
  54. " DEC TO HEX ",
  55. " CONVERTER ",
  56. " ENTER DEC # ",
  57. " enter 0 to break",
  58. "  ",
  59. "  ",
  60. "  ",
  61. "  ",
  62. ""};
  63.  
  64. char *menu_25[]={
  65. "  ",
  66. " Keyboard scan code ",
  67. " returned by: ",
  68. " retkey() ",
  69. "         ",
  70. " Hit any key or ",
  71. " F1 to quit ",
  72. "           ",
  73. " F1 scan code is: ",
  74. " 0x13b ",
  75. "    ",
  76. "    ",
  77. ""};
  78.  
  79. char *menu_3[]={
  80. "            ",
  81. "  cursor_off()    ",
  82. "  cursor_on()     ",
  83. "  rightb_pressed() ",
  84. "  leftb_pressed()   ",
  85. "  set_mouse_position() ",
  86. "  mouse_position()  ",
  87. "  mouse_motion()   ",
  88. "  mouse_reset()  ",
  89. "  mousexlimit()  ",
  90. "  mouseylimit() ",
  91. "  setmicky()  ",
  92. "  doublespeed()  ",
  93. "  setsensitivity()  ",
  94. "  get sensitivity()  ",
  95. "  settextpntr()  ",
  96. "  setgraphpntr()  ",
  97. "  exit mouse menu  ",
  98. "                ",
  99. ""};
  100.  
  101. char *menu_4[]={
  102. "     ",
  103. "  equ_info() ",
  104. "  dos_ver() ",
  105. "  memory() ",
  106. "  warm_boot() ",
  107. "  get_time() ",
  108. "  get_date() ",
  109. "  rotate() ",
  110. "  int_size() ",
  111. "  set_dat() ",
  112. "  set_tim() ",
  113. "  exit menu ",
  114. "    ",
  115. ""};
  116.